You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
TMtx Class
>
TMtx Methods
>
Size Method
>
TMtx.Size Method (int, int, [In] TMtxVec)
Dew Math for .NET
TMtx.Size Method (int, int, [In] TMtxVec)
TMtx Class
TMtx Members
Dew.Math Namespace
Size Method
Collapse All
Sets the size of matrix.
Syntax
C#
Visual Basic
public
TMtx
Size
(
int
aRows
,
int
aCols
, [In]
TMtxVec
FloatPrecisionRef
);
Public
Function
Size
(
aRows
As
Integer
,
aCols
As
Integer
,
FloatPrecisionRef
As
[In]
TMtxVec
)
As
TMtx
Remarks
Set the calling matrix properties:
Rows
= ARows,
Cols
= ACols
and
FloatPrecision
= FloatPrecisionRef.
FloatPrecision
Group
Size Method
Links
TMtx Class
,
TMtx Members
,
Dew.Math Namespace
,
Size Method
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!